Timestamped Model
@Serializable
A class that can be extended if you want to view the created and updated time of a model.
Parameters
created
the created field from the model.
updated
the updated field from the model.
Inheritors
Constructors
Link copied to clipboard
constructor(created: <Error class: unknown class>? = null, updated: <Error class: unknown class>? = null, modelId: String? = null)